home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RT.z / RT
Text File  |  1996-03-14  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRTTTT((((3333FFFF))))                                                                ____RRRRTTTT((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RT, SRT -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a special REAL
  12.      TRIDIAGONAL matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           subroutine  rt(nm, n, a, w, matz, z, fv1, ierr)
  17.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,3333)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm nnnn)))),,,, ffffvvvv1111((((nnnn))))
  19.  
  20.           subroutine srt(nm, n, a, w, matz, z, fv1, ierr)
  21.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  22.           rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,3333)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm nnnn)))),,,, ffffvvvv1111((((nnnn))))
  23.  
  24.  
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      On Input
  28.  
  29.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  30.      parameters as declared in the calling program dimension statement.
  31.  
  32.      NNNN is the order of the matrix  A.
  33.  
  34.      AAAA contains the special real tridiagonal matrix in its first three
  35.      columns.  The subdiagonal elements are stored in the last  N-1  positions
  36.      of the first column, the diagonal elements in the second column, and the
  37.      superdiagonal elements in the first  N-1  positions of the third column.
  38.      elements  A(1,1)  and  A(N,3)  are arbitrary.
  39.  
  40.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  41.      desired.  Otherwise it is set to any non-zero integer for both
  42.      eigenvalues and eigenvectors.  On Output
  43.  
  44.      WWWW contains the eigenvalues in ascending order.
  45.  
  46.      ZZZZ contains the eigenvectors if MATZ is not zero.
  47.  
  48.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  49.      described in section 2B of the documentation.  The normal completion code
  50.      is zero.
  51.  
  52.      FFFFVVVV1111 is a temporary storage array. Questions and comments should be
  53.      directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE NATIONAL
  54.      LABORATORY
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.